home *** CD-ROM | disk | FTP | other *** search
/ Grafik Collection 1 / Grafik Collection 1.iso / dosdrivers / pc1 < prev    next >
Text File  |  1994-10-03  |  670b  |  26 lines

  1. /* CrossDOS file system entry
  2.  *
  3.  * This file enables CrossDOS on the first external floppy drive normally
  4.  * referred to as DF1:. PC0 does the same for DF0. By creating new versions
  5.  * of this file and changing the Unit line to use other numbers, you can
  6.  * make CrossDOS available on other devices. For example, changing the value
  7.  * of Unit to 2 would create a mount file that would enable CrossDOS on DF2.
  8.  */
  9.  
  10. FileSystem    = L:CrossDOSFileSystem
  11. Device        = mfm.device
  12. Unit        = 1
  13. Flags        = 1
  14. Surfaces    = 2
  15. BlocksPerTrack    = 9
  16. Reserved    = 1
  17. Interleave    = 0
  18. LowCyl        = 0
  19. HighCyl        = 79
  20. Buffers        = 5
  21. BufMemType    = 0
  22. StackSize    = 600
  23. Priority    = 5
  24. GlobVec        = -1
  25. DosType        = 0x4D534400
  26.